sign-ed25519: Convert functions to new style
authorDenis Pynkin <denis.pynkin@collabora.com>
Mon, 17 Feb 2020 21:11:38 +0000 (00:11 +0300)
committerDenis Pynkin <denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:55 +0000 (15:23 +0300)
commitaaf73f6afca4c72ef9c7be6f64507babe7130a1b
tree551ba778c81ea62d6109e6e4da2bc33868c11701
parent09d5b475afdb19000203ec090b8077b7cfc4eb44
sign-ed25519: Convert functions to new style

The "new style" code generally avoids `goto err` because it conflicts
with `__attribute__((cleanup))`.  This fixes a compiler warning.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
src/libostree/ostree-sign-ed25519.c